home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Communication / NewsBase / Source / INXBrowserCellWithLinkedObject.h < prev    next >
Text File  |  1993-01-12  |  594b  |  36 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <appkit/NXBrowserCell.h>
  5.  
  6. /* 
  7.     This subclass of NXBrowserCell allows you to link another object to
  8.     a NXBrowserCell.
  9. */
  10.  
  11. @interface INXBrowserCellWithLinkedObject:NXBrowserCell
  12. {
  13.     id         iNode;
  14.     id        iListnode;
  15.     BOOL    activeFlag;
  16.     id        iImage;
  17.     NXCoord    ascender, descender, lineHeight;
  18. }
  19.  
  20. - init;
  21. - node;
  22. - setNode:node;
  23. - listnode;
  24. - setListnode:node;
  25. - (BOOL)active;
  26. - setActive:(BOOL)flag;
  27. - toggleActive;
  28. - setImage:image;
  29.  
  30. - free;
  31. - setTextAttributes:textObj;
  32.  
  33. - drawInside:(const NXRect *)cellFrame inView:controlView;
  34.  
  35. @end
  36.